.top-line {
  border-top: 2px solid var(--color-green-light);
  width: 8%;
  margin: 3rem 0;
  opacity: 100;
  background-color: transparent;
}

.section-title {
  font-size: 40px;
  line-height: 48px;
}

.section-desc {
  margin-top: 1.5rem;
  width: 75%;
  font-size: 16px;
  line-height: 24px;
  mix-blend-mode: normal;
}

.city-name {
  font-size: 32px;
  line-height: 40px;
}

.city-address {
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  mix-blend-mode: normal;
}

@media only screen and (max-width: 575px) {
  .top-line {
    width: 12%;
  }
  .section-desc {
    width: 100%;
  }
  .city-name {
    font-size: 40px;
    line-height: 48px;
  }
}
